Programming with QuickTime VR

| Previous | Chapter contents | Chapter top | Section top | Next |

QTVREndUpdateStream

You can use the QTVREndUpdateStream function to end a stream of immediate updates to a QuickTime VR movie.

OSErr QTVREndUpdateStream (QTVRInstance qtvr);
qtvr
An instance of a QuickTime VR movie.
function result
A result code.

DESCRIPTION

The QTVREndUpdateStream function unlocks the memory locked by the matching call to QTVRBeginUpdateStream for the QuickTime VR movie specified by the qtvr parameter and reverses any other actions performed by that call.

Each call to QTVRBeginUpdateStream must be balanced by a call to QTVREndUpdateStream , but you can nest these calls. For nested calls, only the final call to QTVREndUpdateStream unlocks the memory locked by the first call to QTVRBeginUpdateStream .

SPECIAL CONSIDERATIONS

QTVREndUpdateStream is valid only for panoramic nodes.

SEE ALSO

Use QTVRBeginUpdateStream [link] to begin a stream of immediate updates to a QuickTime VR movie.


© 1997 Apple Computer, Inc.

| Previous | Chapter contents | Chapter top | Section top | Next |